From 8c4b6d49f551c7f647217e2858959b8201bda564 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Mon, 28 Aug 2006 13:12:42 -0600 Subject: [PATCH] [IA64] Fix comment of vmx_hypercall.c Signed-off-by: Tsunehisa Doi Signed-off-by: Tomonari Horikoshi --- xen/arch/ia64/vmx/vmx_hypercall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/ia64/vmx/vmx_hypercall.c b/xen/arch/ia64/vmx/vmx_hypercall.c index 9b566e88d3..7daaf141af 100644 --- a/xen/arch/ia64/vmx/vmx_hypercall.c +++ b/xen/arch/ia64/vmx/vmx_hypercall.c @@ -75,7 +75,7 @@ vmx_gnttab_setup_table(unsigned long frame_pa, unsigned long nr_frames) o_grant_shared = (unsigned long)d->grant_table->shared; d->grant_table->shared = (struct grant_entry *)pgaddr; - /* Copy existing grant table shared into new page */ + /* Copy existing grant table into new page */ if (o_grant_shared) { memcpy((void *)d->grant_table->shared, (void *)o_grant_shared, PAGE_SIZE * nr_frames); -- 2.30.2